home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 19D (1987-07-22)(Pacific North-West Amigas Club)[WB].zip / Panorama - Disk 19D (1987-07-22)(Pacific North-West Amigas Club)[WB].adf / PipeHandler1.2 / loader_Mount < prev    next >
Text File  |  1987-06-28  |  771b  |  30 lines

  1. /* An example MOUNTLIST file enabling a 5" disk to be mounted
  2.    as DF1: and an interactive serial port mounted as AUX:
  3. */
  4.  
  5. DF1:       Device = trackdisk.device
  6.            Unit   = 1
  7.            Flags  = 1
  8.            Surfaces  = 2
  9.            BlocksPerTrack = 11
  10.            Reserved = 2
  11.            Interleave = 0
  12.            LowCyl = 0  ;  HighCyl = 39
  13.            Buffers = 5
  14.            BufMemType = 3 
  15. #
  16. /*  This is provided as an example of an alternative type of 
  17.     non-filing device mount.  Please note that L:aux-handler
  18.     is not provided, and thus this mount does not work.
  19. */
  20.  
  21. AUX:       Handler = L:aux-handler
  22.            Stacksize = 700
  23.            Priority = 5
  24. #
  25.  
  26. P:         Handler = L:pipe-handler-loader
  27.            Stacksize = 3000
  28.            Priority = 5
  29. #
  30.